update-alternatives
Table of Content
update-alternatives#
The update-alternatives command use for managing multiple versions of software on Linux systems
demo#
- Add python3 to
install
#sudo update-alternatives --install <link> <name> <path> <priority>
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.10